﻿body {
    background-color: #f5f5f5;
    font-family: mohr-regular, sans-serif;
}
/*#ctl00_ctl36_g_456f84cf_a353_4e06_9c05_df5885fe3292_inputIdItem{
    display: none;
}
.UploadFiles{
    display: none;
}*/

.btn-group {
    width: 100%;
}
.container{
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0 100px;
}
textarea{
    width: 100%;
    height: 130px!important;
    padding: 15px!important;
}

.wpp-number img{
    width: 23px;
}
.container h2{
    color: #021f59;
    font-size: 24px;
    margin: 2rem 0;
}
.form-group{
    display: flex;
    flex-direction: column;
}
.form-group p {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    color: #021f59;
    font-family: "Mohr-RegularIt";
}
.form-group small {
    font-size: 12px;
}
.form-group select, .form-group .form-control{
    background-color: white;
    border: 1px solid #dedede;
    border-radius: 6px;
    color: #6C757D;
    font-family: mohr-regular, sans-serif;
    font-size: 13px;
    height: 40px;
    padding: 0 15px;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.mudanca{
    background-color: white;
    color: #a5a5a5;
    border: 1px solid #a5a5a5;
    width: 100%;
}
.enviar{
    background-color: #021f59;
    color: white;
    border: none;
    padding: 5px 20px;
    border-radius: 5px;
}
.mudanca:hover{
    background-color: #021f59;
    color: white;
}
.active{
    background-color: #021f59;
    color: white;
    border: none;
}
.mudanca:focus{
    box-shadow: none;
}
.custom-file {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.form-group span{
    font-size: 10px;
    color: black;
}
.form-group a{
    font-size: 12px;
    color: black;
    font-family: "Mohr-RegularIt";
    
}
.campo-invalido {
    border: 1px solid red;
}
input:focus, select:focus, textarea:focus{
    box-shadow: 0 0 0 .05rem rgb(2, 31, 89)!important;
}

.contentNumber{
    font-size: 13px;
    text-align: left;
    color: #a5a5a5;
    display: inline-block;
    font-family: "Mohr-Medium";
    margin-bottom: 0px !important; 
    background-color: auto;
}

.hidden {
    display: none;
}

.fade-in {
    animation: fadeIn 0.5s forwards;
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}
#nome-arquivo-selecionado {
    list-style: none;
    display: flex;
    flex-direction: row;
    margin-top: 5px;
}
#nome-arquivo-selecionado li {
    display: flex;
    align-items: center;
}
#nome-arquivo-selecionado li button {
    font-size: 12px;
    padding: 0;
    margin:0 8px 0 8px;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeOut {
    from { opacity: 1; }
    to { opacity: 0; }
}

.anexoSub{
    color: #021f59;
    font-size: 15px;
    display: block;
    font-family: "Mohr-RegularIt";
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
}
@media (max-width: 1000px) {
    .container {
        padding: 0;
    }
}